Remove bogus extern declaration.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 15 Apr 2006 14:53:53 +0000 (15:53 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 15 Apr 2006 14:53:53 +0000 (15:53 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/smp.c

index 60d0f3d78ed0cba0cd573e92dfacb75e1adb5cd1..53dec24c385901ca3b307b7ba30bb54fc0bdbd7e 100644 (file)
@@ -261,7 +261,7 @@ int smp_call_function(
     return on_selected_cpus(allbutself, func, info, retry, wait);
 }
 
-extern int on_selected_cpus(
+int on_selected_cpus(
     cpumask_t selected,
     void (*func) (void *info),
     void *info,